home *** CD-ROM | disk | FTP | other *** search
- -- card: 7449 from stack: in.0
- -- bmap block id: 7778
- -- flags: 0000
- -- background id: 7342
- -- name: END
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=390 top=87 right=172 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 1007 / 1007
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: PRINT THIS CARD
- ----- HyperTalk script -----
- on mouseUp
- DOMENU "PRINT CARD"
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=10 top=23 right=83 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 1011 / 1011
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: GO HOME
- ----- HyperTalk script -----
- on mouseUp
- go to stack "Home"
- end mouseUp
-
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=1 top=92 right=154 bottom=128
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: MORE PROBLEMS?
- ----- HyperTalk script -----
- on mouseUp
- GO CARD "PROBLEM?"
- end mouseUp
-
-